LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Item Property (ThreadSafeDictionary<TKey,TValue>)

Show in webframe





Parameter containing the TKey value.
Gets or sets value with the specified key.
Syntax
public virtual TValue this[ 
   TKey key
]; {get; set;}
'Declaration
 
Public Overridable Default Property Item( _
   ByVal key As TKey _
) As TValue
'Usage
 
Dim instance As ThreadSafeDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
 
instance.Item(key) = value
 
value = instance.Item(key)

            

            
public:
virtual property TValue^ default [TKey^] {
   TValue^ get(TKey^ key);
   void set (TKey^ keyTValue^ value);
}

Parameters

key
Parameter containing the TKey value.

Property Value

The dictionary value.
Requirements

Target Platforms

See Also

Reference

ThreadSafeDictionary<TKey,TValue> Class
ThreadSafeDictionary<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features